CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shared memory

搜索资源列表

  1. MapFile

    1下载:
  2. vc++的共享内存实现,实时数据库设计的一套整合方案,希望实时数据库人员喜欢-vc++ implementation of shared memory, real-time database design an integrated program and hoped that officers like real-time database
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:79772
    • 提供者:liyang
  1. producerconsumer

    0下载:
  2. 基于共享内存的生产者—消费者程序 共享内存的实现-Producers based on shared memory- shared memory implementation of consumer programs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1483
    • 提供者:金淼
  1. SharedMemory.tar

    0下载:
  2. Implementation of Shared Memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:760
    • 提供者:Matrix
  1. Interprocess_Communications_in_Linux

    0下载:
  2. This document provides the good insight of the interprocess communication. It also covers many useful topics such as message queue, shared memory, semaphore and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3558345
    • 提供者:bumpman
  1. 4

    0下载:
  2. 一个简单的进程通信例子——利用共享内存进行进程间的通信-A simple example of the process of communication- the use of shared memory inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2525
    • 提供者:rebecca
  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25626
    • 提供者:sss
  1. com

    0下载:
  2. 串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7829825
    • 提供者:gexuechun
  1. example_of_share_memory

    0下载:
  2. 共享内存机制的演示程序,理解共享内存的工作机制-Shared memory mechanism, demo program, understanding the working mechanism of shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:50400
    • 提供者:ayk1985
  1. posix_fifo_and_shared_memory

    0下载:
  2. fsmlabs公司提供的有关实时管道以及共享内存IO编程的API接口的有关资料,很详细,学习相关内容的好资料-fsmlabs provided by the real-time IO pipeline and shared memory programming API interfaces relevant information in great detail, learning good information on relevant content
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:41381
    • 提供者:ayk1985
  1. ShareMem

    0下载:
  2. 共享内存的打包代码,封装代码!使用方便,只需要名字和大小就可以使用-Shared memory package code, package code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2012334
    • 提供者:Difference
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870
    • 提供者:JK
  1. ipc_demo1.0.tar

    0下载:
  2. IPC各种机制的整理,比如消息队列,内存共享,PIPE,适合学习练习-The collection of the various IPC mechanisms, such as message queues, shared memory, PIPE, suitable for learning and practice
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:12781
    • 提供者:余天
  1. shareMemoy

    0下载:
  2. 提供了一个windows 下共享内存的类,该类只是一个简单的模型,说明了在windows 下如何实现共享内存-Provides a shared memory under windows class, the class is just a simple model to illustrate how in the windows shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2292
    • 提供者:zhaojinhua
  1. processcommutication

    0下载:
  2. 操作系统课程设计,用VC开发可直接下载使用,包含消息机制,共享内存和管道通信-Operating system, curriculum design, developed with the VC can directly download that contains message mechanism, shared memory, and communication channels
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8027166
    • 提供者:汪雷
  1. Shmdb

    0下载:
  2. windows 下eXtremeDB共享内存使用小程序-eXtremeDB shared memory under windows using small programs
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:8078
    • 提供者:Johnlya
  1. ucos_sem

    0下载:
  2. ucos 给予s3c2410 共享内存的试验代码-ucos shared memory test given to s3c2410 code
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:2218046
    • 提供者:liuzhenhua
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com